home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / spambully / spambully.exe / spambully4outlook.exe / auclient.exe / 1033 / MANIFEST / 1
Extensible Markup Language  |  2007-11-01  |  954b  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3.  
  4.  <assemblyIdentity
  5.       type="win32"
  6.         name="Automatic Update for Spam Bully"
  7.         version="4.0.0.0" 
  8.       processorArchitecture="*"/>
  9.   <dependency>
  10.     <dependentAssembly>
  11.       <assemblyIdentity
  12.         type="win32"
  13.         name="Microsoft.Windows.Common-Controls"
  14.         version="6.0.0.0"
  15.         publicKeyToken="6595b64144ccf1df"
  16.         language="*"
  17.         processorArchitecture="*"/>
  18.     </dependentAssembly>
  19.   </dependency>
  20.  
  21.    <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
  22.       <ms_asmv2:security>
  23.          <ms_asmv2:requestedPrivileges>
  24.             <ms_asmv2:requestedExecutionLevel level="asInvoker">
  25.             </ms_asmv2:requestedExecutionLevel>
  26.          </ms_asmv2:requestedPrivileges>
  27.       </ms_asmv2:security>
  28.    </ms_asmv2:trustInfo>
  29.  
  30. </assembly>
  31.